home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / e_h / fractualuniverse / formulas / mtet.form < prev    next >
Text File  |  1995-12-30  |  195b  |  28 lines

  1. MTet
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-2.0
  6.         x2= 2.0
  7.         y1=-1.75
  8.         y2= 1.75
  9.         par1.r=2.0
  10.         par1.i=0.0
  11.         bailout=4.0
  12.     }
  13.     {
  14.         z=pixel
  15.         c=pixel
  16.     }
  17.     {
  18.         z=pow(c,z)
  19.         z=z+c
  20.         w=abs(z)
  21.     }
  22.     {
  23.         w>bailout
  24.     }
  25.     {
  26.     }
  27. }
  28.